Use PESetParameterPickListOption to set the parameter pick list options for a report. This function sets the values in PEParameterPickListOption.
BOOL CRPE_API PESetParameterPickListOption (
short printJob,
const char FAR *parameterFieldName,
const char FAR *reportName,
PEParameterPickListOption FAR *pickListOption );
Specifies the print job for which you want to set the parameter pick list options. | |
Specifies a pointer to the parameterFieldName for which you want to set pick list options. | |
Specifies a pointer to PEParameterPickListOption, which will contain the new information. |
Regarding parameter reportName:
Declare Function PESetParameterPickListOption Lib "crpe32.dll" ( _
ByVal printJob As Integer, ByVal parameterFieldName As String, _
ByVal reportName As String, pickListOption As PEParameterPickListOption _
) As Integer
function PESetParameterPickListOption (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
var pickListOption : PEParameterPickListOption): Bool; {$ifdef WIN32}
stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |